C# |
---|
public String GetIndentString() |
C# |
---|
// Defaults: IndentCharCount = 2, LineLimit = 80, WrapEnabled = false. var xb = new XMLBuilder(); xb.AddIndent(1); // Example Method: var result = xb.GetIndentString(); result += xb.GetText(":", false); // result: // : |